home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / packer / xpkpwpk / xpkpwpk.doc < prev    next >
Text File  |  1995-08-15  |  6KB  |  164 lines

  1. ------------------------------------------------------------------------
  2.                                xpkPWPK v1.0
  3. ------------------------------------------------------------------------
  4.  
  5.                     xpkPWPK and this documentation are
  6.                  Copyright © 1995 by Michael Barsoom M.D.
  7.  
  8. ------------------------------------------------------------------------
  9.                                   License
  10. ------------------------------------------------------------------------
  11.  
  12. xpkPWPK is being distributed under the comcept of Freeware.  This means
  13. that xpkPWPK may be freely distributed as long as no charge is made other
  14. than to cover time and copying costs.  If it is to be distributed via
  15. floppy disk, this cost should be no higher than $3.00 (three) dollars US.
  16. If distribution is via CDRom, the total cost should be no more than $25.00
  17. (twenty-five) dollars US.
  18.  
  19. You may not copy and/or distribute this program without the accompanying
  20. documentation unless you get permission from the author to do so.  Fred
  21. Fish and AmiNet already have my permission to include this program on their
  22. CDRom collections.
  23.  
  24. You may not disassemble, decompile, re-source or otherwise reverse engineer
  25. the program.  If you wish to incorporate parts of this program into other
  26. programs, write to the author to ask for permission.
  27.  
  28. Finally if you wish to include xpkPWPK on a disk magazine you are
  29. REQUIRED to get the author's permission FIRST.  Usually this will require
  30. you to just send me a copy of the issue which contains xpkPWPK free
  31. of charge.
  32.  
  33. Nico Francois has my permission to include xpkPWPK with any of his
  34. programs.
  35.  
  36. I reserve the right to publically poke fun at anyone who fails to abide by
  37. these distribution rules, along with more severe action if appropriate.
  38.  
  39. AmigaFormat magazine is forbiden to include xpkPWPK on its cover disks.
  40.  
  41. ------------------------------------------------------------------------
  42.                                 Disclaimer
  43. ------------------------------------------------------------------------
  44.  
  45. This product is sold "as is" without representation or warranty of any
  46. kind, either expressed or implied.  The user assumes all risks and
  47. responsibilities related to its use.
  48.  
  49. ------------------------------------------------------------------------
  50.                                Requirements
  51. ------------------------------------------------------------------------
  52.     1- xpkmaster.library
  53.     2- powerpacker.library
  54.        Copyright © by Nico Francois
  55.  
  56. ------------------------------------------------------------------------
  57.                                Installation
  58. ------------------------------------------------------------------------
  59.  
  60. Just
  61.     1) copy xpkPWPK.library or xpkPWPK030.library to
  62.        LIBS:Compressors/xpkPWPK.library
  63.     2) copy powerpacker.library to LIBS:
  64.  
  65. or
  66.     Use the provided installer script.
  67.  
  68. ------------------------------------------------------------------------
  69.                                    Usage
  70. ------------------------------------------------------------------------
  71.  
  72. xpkPWPK allows you to select one of the five PowerPacker crunch
  73. efficiencies and the three speedup buffer sizes by setting the xpk
  74. efficiency number.  The number (1-100) is translated as follows:
  75.  
  76.      0-6        Fast - Small Buffer
  77.      7-13       Fast - Med Buffer
  78.     14-19       Fast - Large Buffer
  79.  
  80.     20-26       Mediocre - Small Buffer
  81.     27-33       Mediocre - Med Buffer
  82.     34-39       Mediocre - Large Buffer
  83.  
  84.     40-46       Good - Small Buffer
  85.     47-53       Good - Med Buffer
  86.     54-59       Good - Large Buffer (default)
  87.  
  88.     60-66       Very good - Small Buffer
  89.     67-73       Very good - Med Buffer
  90.     74-79       Very good - Large Buffer
  91.  
  92.     80-86       Best - Small Buffer
  93.     87-93       Best - Med Buffer
  94.     94-100      Best - Large Buffer
  95.  
  96. The size of the speedup buffer can be estimated from the following table:
  97.    Small Buffer     from   3K (fast)  to   33K (best)
  98.    Med Buffer       from   5K (fast)  to   65K (best)
  99.    Large Buffer     from 196K (fast)  to  256K (best)
  100.  
  101. ------------------------------------------------------------------------
  102.                          Bugs, Suggestions, Gifts
  103. ------------------------------------------------------------------------
  104. you can reach me at the following,
  105.  
  106. snail Mail
  107.     Michael Barsoom
  108.     40 Scott Drive
  109.     Bloomfield CT 06002
  110.     USA
  111.  
  112. Internet:  barsoom@netcom.com
  113.            mbars@bluejay.creighton.edu
  114.  
  115.  
  116. ------------------------------------------------------------------------
  117.                                   History
  118. ------------------------------------------------------------------------
  119.  
  120. -----------------------------------------------------------
  121. Version 1.0                             (14.08.95 17:45:50)
  122. -----------------------------------------------------------
  123.  
  124.      - Buffer size is now set by the efficiency value rather than
  125.        the env variable.
  126.  
  127.  
  128. ------------------------------------------------------------
  129. Version 0.93                            (20.05.95 14:19:11)
  130. ------------------------------------------------------------
  131.  
  132.      - Added support for setting PowerPacker speedup buffer size
  133.        via environment variable.
  134.  
  135.  
  136. ------------------------------------------------------------
  137. Version 0.92                            (12.05.95 16:01:17)
  138. ------------------------------------------------------------
  139.  
  140.      - library was not reporting that it had different packing
  141.        modes when queried, forgot XPKIF_MODES flag. (fixed)  
  142.        Reported by David Balazic
  143.  
  144.      - Added '030+ version of library
  145.  
  146.      - Increse min in chunk to 64 bytes
  147.  
  148.  
  149. ------------------------------------------------------------
  150. Version 0.91                            (06.05.95 17:42:57)
  151. ------------------------------------------------------------
  152.  
  153.      - Added support for PowerPacker encrypting of crunched data.
  154.  
  155.      - Now crunch efficiency will be stored in the first chunk only
  156.        saving a few bytes in larger files.
  157.  
  158.  
  159. ------------------------------------------------------------
  160. Version 0.90                            (03.05.95 19:32:38)
  161. ------------------------------------------------------------
  162.  
  163.        --- Initial release ---
  164.